home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d21 / qemm.arc / QEMM.TXT < prev   
Text File  |  1990-04-01  |  2KB  |  46 lines

  1. Recently I discovered a little know fact about QEMM. With a little searching 
  2. you can remap RAM into a unused ROM location. On my Everex Step 386/20, this 
  3. results in a gain of 24K. This was very helpful to me due to the fact that I
  4. must exclude Ram for both a video card and a network card.
  5.  
  6. There may be some of you hackers out there who would like to write a program
  7. to locate all unused ROM locations in a computer. I would recommend to just 
  8. upgrade to QEMM 5.0 when it arrives. I have been told by Quarterdeck Tech, that
  9. 5.0 has a program to evaluate all memory locations and to use them as mappable
  10. memory.
  11.  
  12. For now just use DOS DEBUG. All typed commands will be entered in [ ]'s. Don't 
  13. type the [ ]'s just the commands. [ENTER] is used for the return or enter key. 
  14.  
  15. [DEBUG][ENTER]
  16.  
  17. -[RCS][ENTER]
  18.  
  19. CS xxxx
  20.  
  21. :[F000][ENTER]
  22.  
  23. -[DCS:0000 0FFF][ENTER]            ;Numbers will scroll by, watch for numbers
  24.                                    ;other than 00's. If any occur you can't
  25.                       ;remap this section.
  26. -[DCS:1000 1FFF][ENTER]            ;This section in my 386 was blank. There
  27.                          ;must be no code in an area to use it for
  28.                       ;High RAM.
  29. -[DCS:2000 2FFF][ENTER]          ;Continue this for [DCS:3000 3FFF] Through
  30.                                    ;[DCS:F000 FFFF] taking note of any blanks.
  31. -[DCS:XXXX XXXX][ENTER]          ;Remember A000 follows 9FFF and so on.
  32.  
  33. -[Q][ENTER]                        ;This will return you to a DOS prompt.
  34.  
  35. Each section is 4K of memory. QEMM doesn't like breaking it down any further 
  36. than 4K. So if there is ANY code in a section don't try to use it!
  37.  
  38. Next you will need to edit your CONFIG.SYS file. Mine turned out like this:
  39.  
  40.  
  41. DEVICE=C:\nDV\QM.SYS ROM=C000-C7FF X=D800-DFFF I=B000-B7FF I=C800-D7FF 
  42. I=F100-F5FF I=F700-F7FF RAM HA=256 ROM=F800-FFFF 
  43.  
  44. ROM=C000-C7FF maps my VGA video card ROM to RAM to speed it up.
  45. X=D800-DFFF   excludes my Lantastic Network card ram so it will function.
  46. I=B000-B7FF   remaps memory that would normally be used for a Mo